All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.io.OpenMovieFile
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.io.OpenedFile
|
+----quicktime.io.OpenMovieFile
- public final class OpenMovieFile
- extends OpenedFile
An object of this class represents an opened movie file
that is opened for reading or writing.
-
asRead(QTFile)
- Open the specified movie file for reading.
-
asWrite(QTFile)
- Open the specified movie file for writing.
asRead
public static OpenMovieFile asRead(QTFile f) throws QTException
- Open the specified movie file for reading.
QuickTime::OpenMovieFile()
- Parameters:
- f - the movie file to open
- Returns:
- the opened movie file.
asWrite
public static OpenMovieFile asWrite(QTFile f) throws QTException
- Open the specified movie file for writing.
QuickTime::OpenMovieFile()
- Parameters:
- f - the movie file to open
- Returns:
- the opened movie file.
All Packages Class Hierarchy This Package Previous Next Index